home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / List.nib / data.classes next >
Text File  |  1993-06-27  |  327b  |  26 lines

  1. PanelAgent = {
  2.     ACTIONS = {
  3.     windowDidResize:;
  4.     accept:;
  5.     };
  6.     OUTLETS = {
  7.     titleField;
  8.     panel;
  9.     promptButtons;
  10.     titleIcon;
  11.     msgField;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. ListAgent = {
  16.     OUTLETS = {
  17.     browser;
  18.     };
  19.     SUPERCLASS = PanelAgent;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26.